home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / disk / misc / JazOS3.9.lha / JPC0 < prev    next >
Text File  |  2001-02-19  |  556b  |  29 lines

  1. /*$VER: JPC0 40.1 (31.8.93) 
  2.  *
  3.  * This file enables CrossDOS (IBM disks) on a 1G Jaz cartridge. */
  4.  
  5. FileSystem = L:CrossDOSFileSystem
  6. Flags = 0
  7. Surfaces = 2
  8. BlocksPerTrack = 65
  9. SectorsPerBlock = 1
  10. SectorSize = 512
  11. Mask = 0x7FFFFFFF
  12. MaxTransfer = 0x7FFFFFFF
  13. Reserved = 1 /* I have seen 0 here too */
  14. Interleave = 0
  15. LowCyl = 0
  16. HighCyl = 16084
  17. Buffers = 512
  18. BufMemType = 0
  19. StackSize = 2000
  20. Priority = 10
  21. GlobVec = -1
  22. DosType = 0x4d534800
  23.  
  24. /* The Device and Unit fields are controlled by tooltypes in the JPC0 icon.
  25.  *
  26.  * Device = scsi.device
  27.  * Unit = 4
  28.  */
  29.